Fixed Block Architecture (FBA) is a disk layout in which each addressable record (block) on disk is of the same size. The term fell out of use, since nearly all modern disk drives use this principle, termed logical block addressing and usually having a constant addressable block size of 512 bytes.
Contents |
IBM mainframe systems' disks, called DASD, had traditionally been addressable in a form MBBCCHHR (extent-Bin-Cylinder-Head-Record[1], which was capable of storing records of varied size. Besides direct addressing, programmers were able to search by key, using the underlying count-key-data (CKD) structure.
In IBM's implementation, a disk drive that stores data in blocks of fixed size. These blocks are addressed by block number relative to the beginning of the file.[2]
Various IBM FBA devices featured block sizes of 512, 1024, 2048, and 4096.
Modern HDD serial interfaces, i.e., Serial ATA (SATA) or Serial attached SCSI (SAS) use logical block addressing.